home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / databa_o.dxr / 00053_Set DB Font Size.ls < prev    next >
Encoding:
Text File  |  1996-09-21  |  239 b   |  12 lines

  1. on SetDBFontSize
  2.   if the machineType <> 256 then
  3.     exit
  4.   end if
  5.   repeat with count = 171 to 247
  6.     set Temp to the name of cast count
  7.     if Temp <> EMPTY then
  8.       set the textSize of member count to 12
  9.     end if
  10.   end repeat
  11. end
  12.